home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Gnuplot 3.5 Source / SOURCES 3.5 / graphics_2.proto.h < prev    next >
Encoding:
Text File  |  1993-11-12  |  1.3 KB  |  32 lines  |  [TEXT/KAHL]

  1.  
  2. /* graphics_2.c */
  3. double LogScale(double, TBOOLEAN, double, char *, char *);
  4. int boundary(TBOOLEAN);
  5. double dbl_raise(double, int);
  6. double make_tics(double, double, TBOOLEAN, double);
  7. int do_plot(struct curve_points *, int, double, double, double, double);
  8. void plot_impulses(struct curve_points *, int, int);
  9. void plot_lines(struct curve_points *);
  10. void plot_steps(struct curve_points *);
  11. void plot_bars(struct curve_points *);
  12. void plot_boxes(struct curve_points *, int);
  13. void plot_points(struct curve_points *);
  14. void plot_dots(struct curve_points *);
  15. void edge_intersect(struct coordinate GPHUGE *, int, double *, double *);
  16. void edge_intersect_steps(struct coordinate *, int, double *, double *);
  17. TBOOLEAN two_edge_intersect_steps(struct coordinate *, int, double *, double *);
  18. TBOOLEAN two_edge_intersect(struct coordinate GPHUGE *, int, double *, double *);
  19. int polar_xform(struct curve_points *, int);
  20. int draw_ytics(double, double, double);
  21. int draw_xtics(double, double, double);
  22. int draw_series_ytics(double, double, double);
  23. int draw_series_xtics(double, double, double);
  24. int draw_month_ytics(void);
  25. int draw_month_xtics(void);
  26. int draw_day_ytics(void);
  27. int draw_day_xtics(void);
  28. int draw_set_ytics(struct ticmark *);
  29. int draw_set_xtics(struct ticmark *);
  30. int ytick(double, char *, double, double);
  31. int xtick(double, char *, double, double);
  32.